home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Guide Interactive 10
/
PC Guide Interactive Issue 10 (Future Publishing) (1996).BIN
/
dosmenu.bat
< prev
next >
Wrap
DOS Batch File
|
1996-01-11
|
419b
|
19 lines
@echo off
cd cd
@cls
if "%1"=="vga" goto cont
if "%1"=="VGA" goto cont
rem ultlogo /DIS /W00
if "%1"=="svga" goto cont
if "%1"=="SVGA" goto cont
@echo Please wait... DosMenu now loading...
goto run
:cont
@echo Please wait... DosMenu now reloading...
:run
disc.exe %1 %2 %3 startup.txt
if errorlevel 99 c:\$run$.bat
if errorlevel 77 nomem.exe
cd \
if exist c:\$run$.bat del c:\$run$.bat >nul